b8ba5f
@@ -480,7 +480,7 @@
public void cleanUpInputFileChangedOp() throws HiveException {
   }
 
   private Path normalizePath(String onefile) {
-    return new Path(new Path(onefile).toUri().getPath());
+    return new Path(onefile);
   }
 
   public void process(Writable value) throws HiveException {
